home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the ink of sprite 15 to 4
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- set the ink of sprite 15 to 36
- if the movieRate of sprite 20 = -2 then
- set the movieRate of sprite 20 to 1
- else
- set the movieRate of sprite 20 to -2
- end if
- updateStage()
- end
-